home *** CD-ROM | disk | FTP | other *** search
/ Plug-In Power Pack for Netscape Communicator / Plug-In Power Pack for Netscape Communicator.iso / plugins / dataviews / dvtools / demos / procdemo / readme.txt < prev   
Encoding:
Text File  |  1997-05-08  |  2.0 KB  |  56 lines

  1.     procdemo (Process Control Demo)
  2.  
  3. There is an icon for this demo in the demo program group. To run the 
  4. Process Control Demo, open the demo program group and double-click on the 
  5. icon. If you have installed the demo it will run from the hard drive.
  6. Otherwise it will run from the CD-ROM drive. You will be prompted to
  7. insert the DataViews CD.
  8.  
  9. To remake the demo:
  10.  
  11. 1.    Open an MS-DOS command prompt.
  12.  
  13. 2.    Go to the directory for the demo:
  14.  
  15.         cd <dataviews>\dvtools\demos\procdemo
  16.  
  17. 3.    To make the demo, type:
  18.  
  19.         nmake
  20. -------------------------------------------------------------
  21.  
  22. This demo simulates a process control environment. The level of the holding 
  23. and reaction tanks are controlled by the position of the valves. Users can 
  24. monitor the plant by switching views.
  25.  
  26. The first level view is a schematic of a entire process control plant with the 
  27. interesting area highlighted on the right. The second level view "zooms in" on 
  28. the highlighted area. There are two lower level views showing the "holding" 
  29. and "reaction" part of the process.
  30.  
  31. To move around the views:
  32.  
  33.     Select ZOOM to get to the second level.
  34.     Select the HOLDING TANK FLUID or the REACTION TANK FLUID to get
  35.       to the lower levels.
  36.     Select the RETURN box to get back to the previous levels.
  37.  
  38. To control the process:
  39.  
  40.     Open the VALVES by selecting them with the LEFT mouse button 
  41.       or the "o" key.
  42.     Close the VALVES by selecting them with the RIGHT mouse button
  43.       or the "c" key.
  44.     If a valve registers STUCK, continue selecting until it begins
  45.       to move.
  46.  
  47. While on the second level you can click on RAW_MATERIAL or PRODUCE to merge in 
  48. a graph showing the details of the input and output of the process. To unmerge 
  49. the graph select the object again.
  50.  
  51. Select the QUIT option on the top level to exit this demo.
  52.  
  53. This demo updates continuously. The program runs a tight loop, and updates the 
  54. screen as often as the cpu lets it. This mode is supported on all display 
  55. devices. The user can specify the device name on the command line.
  56.